Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: make demo readme more clear for new developers #974

Merged
merged 3 commits into from
Oct 2, 2024

Conversation

rthomare
Copy link
Collaborator

@rthomare rthomare commented Sep 19, 2024

Pull Request Checklist


PR-Codex overview

This PR updates the README.md in the examples/ui-demo directory to improve clarity and organization regarding setup instructions.

Detailed summary

  • Changed the section title from ## Getting Started to # Getting Started.
  • Added a new section ## Setup your Environment with detailed steps for environment configuration.
  • Introduced a new section ## Install Dependencies with installation instructions.
  • Added a new section ## Build the aa-sdk Libraries with build instructions.
  • Added a new section ## Start the Server with instructions to start the server.
  • Removed outdated commands for starting the server and replaced them with a streamlined command list.

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

Copy link

vercel bot commented Sep 19, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
aa-sdk-site ❌ Failed (Inspect) Oct 2, 2024 5:36pm
aa-sdk-ui-demo ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 2, 2024 5:36pm

RobChangCA
RobChangCA previously approved these changes Sep 20, 2024
Comment on lines 14 to 20
npm install
# or
yarn install
# or
pnpm install
# or
bun install
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we use yarn everywhere so we should just have this be that

Comment on lines 27 to 33
npm build
# or
yarn build
# or
pnpm build
# or
bun build
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same here

dphilipson
dphilipson previously approved these changes Sep 26, 2024
Copy link
Contributor

@dphilipson dphilipson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have some very nitpicky comments. I'm contributing!


First, run the development server:
## Setup your Enviornment
Copy link
Contributor

@dphilipson dphilipson Sep 26, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: typo "enviornment" -> "environment", Also "your" should be capitalized in titles, it's only articles and prepositions that aren't. Also, "Setup" -> "Set Up": "setup" is a noun but "set up" is a verb.


First, run the development server:
## Setup your Enviornment
1. Ensure you have the right npm version corresponding to the `/aa-sdk/.nvmrc` file.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's actually the node version, not the npm version.

## Setup your Enviornment
1. Ensure you have the right npm version corresponding to the `/aa-sdk/.nvmrc` file.
2. Go to Alchemy's Dashboard, and setup an [account config](https://dashboard.alchemy.com/accounts/config/create).
1. For local developement set the configuration with a redirect url to http://localhost:3000.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo: "developement" -> "development"

First, run the development server:
## Setup your Enviornment
1. Ensure you have the right npm version corresponding to the `/aa-sdk/.nvmrc` file.
2. Go to Alchemy's Dashboard, and setup an [account config](https://dashboard.alchemy.com/accounts/config/create).
Copy link
Contributor

@dphilipson dphilipson Sep 26, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(Very nit) As above, "setup" -> "set up".

@rthomare rthomare merged commit 3959a59 into main Oct 2, 2024
4 of 6 checks passed
@rthomare rthomare deleted the rohan/chore/updateDemoReadme branch October 2, 2024 18:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants